home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / I-Z / RA.cpt / RA™ bugs < prev    next >
Text File  |  1986-12-21  |  4KB  |  127 lines

  1. RA™
  2.    Versions/Releases
  3.       Ver.0.2 - 12/24/86
  4.    New Features
  5.       Ver.0.2
  6.          OPERATORS
  7.             REAL Operators
  8.                +°  -- Addition
  9.                -°  -- Subtraction
  10.                *°  -- Multiplication
  11.                /°  -- Division
  12.                :°  -- Assignment
  13.                .°  -- Pointer (extraction)
  14.                >°  -- Greater comparator
  15.                <°  -- Less comparator
  16.                =°  -- Equal Comparator
  17.                ¥°  -- AND Logical
  18.                Δ°  -- OR Logical
  19.                ß°  -- NOT Logical
  20.             STRING Functions
  21.                ?°  -- Input string
  22.                    -- Concatenate strings
  23.                    -- Find substring in string
  24.             MACINTALK Interface
  25.                π   -- Open Macintalk Driver
  26.                ∏   -- Close Macintalk Driver
  27.                ±   -- Change speech rate
  28.                …   -- Change speech pitch
  29.                Ÿ   -- Speak String
  30.             MODEM Interface
  31.                Not fully functional in Ver.0.2
  32.                «   -- Open modem port (1200-N-8-1)
  33.                ‘   -- Send String to modem
  34.                ’   -- Receive String from modem
  35.                »   -- Close modem port
  36.             Programatic Breakpoints
  37.                ∞   -- Break execution 'here'
  38.          WINDOWS
  39.             REAL Stack Window
  40.                -- Displays REAL numbers loaded onto it, similar to LONG stack.
  41.             VARIABLEs Window
  42.                -- Actually a dialog for displaying all of the variables.
  43.                LONGs
  44.                REALs
  45.                STRINGs
  46.                Options for nesting display
  47.                   Next level
  48.                   Previous level
  49.          MENUS
  50.             Apple menu
  51.                About RA™...
  52.                   Shareware notice updated
  53.                   2nd help screen modified
  54.                   3rd help screen added
  55.             File Menu
  56.                'Save Protected' item added
  57.                'Print' item added
  58.             Translate Menu
  59.                -- Added & Deactivated in Ver.0.2
  60.          TOOLBOX SUPPORT
  61.             Calls Added
  62.                GetPixel
  63.                InitGraf
  64.                PortSize
  65.                MovePortTo
  66.                SetOrigin
  67.                SetClip
  68.                GetClip
  69.                HidePen
  70.                ShowPen
  71.                PenSize
  72.                PenMode
  73.                PenNormal
  74.                FramePoly
  75.                PaintPoly
  76.                ErasePoly
  77.                InvertPoly
  78.                OffsetPoly
  79.                FrameRgn
  80.                PaintRgn
  81.                EraseRgn
  82.                InvertRgn
  83.                NewRgn
  84.                DisposeRgn
  85.                OpenRgn
  86.                CloseRgn
  87.                CopyRgn
  88.                SetEmptyRgn
  89.                SetRectRgn
  90.                OffsetRgn
  91.                InsetRgn
  92.                EmptyRgn
  93.                EqualRgn
  94.                SectRgn
  95.                UnionRgn
  96.                DiffRgn
  97.                XOrRgn
  98.                ClosePicture
  99.                KillPicture
  100.                GetIcon
  101.                GetPicture
  102.          OTHER FEATURES
  103.             'Protected run' mode when double-clicking on protected icon.
  104.             Source document icon changed.
  105.             Protected document icon now the old source document icon.
  106.    Bugs Fixed
  107.       Ver.0.2
  108.          Cursor handling on error recovery fixed.
  109.          Data level indicator in Environment window now a true nesting indicator.
  110.          'Instruction Select' handling fixed when the Input window is not the selected window.
  111.          General error handling has been cleaned up.
  112.          String handling is now a bit faster.
  113.          Loops a bit faster.
  114.          LONG variables initialized to 0.
  115.          Files are now being closed properly.
  116.          Cancel item handling on 'Save' dialog fixed.
  117.          Update of STRING stack window fixed.
  118.    Known Bugs Remaining
  119.       Ver.0.2
  120.          Modem interface
  121.             Send string operator non functional.
  122.             Receive string operator non functional.
  123.          Protected mode
  124.             Cancel item confuses the input window state. - Save and then throw the file away if you want to cancel.
  125.          Real math
  126.             No way to input real numbers.
  127.